*{
    margin: 0%;
    padding: 0%;
    font-family:Arial, Helvetica, sans-serif;
}


a {
text-decoration: none;
}

/* nav styling */
#top_nav {
/* border: 1px solid red; */
display: flex;
align-items: center;
justify-content: space-between;
width:92.5%;
height: 50px;
margin:auto;
padding-top: 14px;

}

#top_nav > div:nth-child(2) {
display: flex;
font-size: 13px;
text-align: center;
height: 40px;
}

#top_nav >div:nth-child(2){
margin: 20px;

color:#333333;
width: 70%;
display: flex;
justify-content: space-between;
}
#top_nav >div:nth-child(2) div{
border: 1px solid rgb(212, 199, 199);
width: 18%;

display:flex; 
align-items: center; 
justify-content:center;
gap: 5px;
}
#top_nav >div:nth-child(2) div img{
width: 25px;
height: 25px;
}


#top_nav >div:nth-child(2) input{
font-size: 14px;
border: none;
border: 1px solid  rgb(212, 199, 199);
width: 50%;
padding-left: 38px;

background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQUn8-WzsjUa0NJ71w1B9yj9XZ8rPVzWq0ISQ&usqp=CAU);
background-repeat: no-repeat;
background-position:4%;
background-size: 20px
}
#top_nav >div:nth-child(2) p:hover{
color: #008fdb;
cursor: pointer;
}
#bag_btn{

width: 10px;
font-size: 12px;
font-weight: bolder;
position:absolute;
margin-left: -27px;
margin-top: 7px ;
background-color: inherit;
color: rgb(2, 2, 2);
}
.hover_blue:hover{
color:#008fdb;
}

/* account btn styling */




/* account btn styling */


#bottom_nav {
/* border: 1px solid blue; */
padding: 12px 0px;

display: flex;
justify-content: space-evenly;
color: #333333;
font-size: 13px;
}
#bottom_nav > div > p:hover {
color: #008fdb;
cursor: pointer;
}

/* dropdown styling */

#bottom_nav .dropdown-content {
display: none;
position: absolute;
left: 0px;
background-color: #ffffff;
min-width: 160px;
width: 100%;
border: 1px solid rgb(235, 227, 227);
z-index: 1;
padding-bottom: 7px;
}



#bottom_nav .dropdown-content a {
color: black;
padding: 10px 12px;
text-decoration: none;
display: block;
}



#bottom_nav .dropdown:hover .dropdown-content {
display: block;
}


/* sticky property for nav */
#nav_enclosed_in_this{
position: sticky;
z-index: 10;
background-color: white;
top: 0%;

}

.dropdown-content p{
font-size: 12px;
}
.dropdown-content h4{
margin: 0px;
}

.dropdown-content p:hover, .dropdown-content h4:hover{
text-decoration: underline;
}

/* categories buttons  */


#new_arrivals_parent p:hover {
cursor: pointer;
color: #008fdb;
}

#new_arrivals {
display: flex;
justify-content: space-around;
background-color: white;
}
#new_arrivals img {
width: 100%;
cursor: pointer;
}
#new_arrivals p {
cursor: pointer;
}
#new_arrivals > div {
width: 20%;
}


#men {
display: flex;
justify-content: space-evenly;
width: 80%;
/* margin-left: -150px; */
gap: 20px;
margin: auto;
}
#men p {
margin: 0px;
}
#men > div {
width: 20%;
}

#women {
display: flex;
justify-content: space-evenly;

width: 80%;
gap: 20px;
margin: auto;
}
#women p {
margin: 0px;
}
#women > div {
width: 20%;
}
#boys {
display: flex;
justify-content: space-evenly;

width: 80%;
gap: 20px;
margin: auto;
}
#boys p {
margin: 0px;
}
#boys > div {
width: 20%;
}
#girls {
display: flex;
justify-content: space-evenly;

width: 80%;
gap: 20px;
margin: auto;
}
#girls p {
margin: 0px;
}
#girls > div {
width: 20%;
}
#clothing {
display: flex;
justify-content: space-evenly;

width: 80%;
gap: 20px;
margin: auto;
}
#clothing p {
margin: 0px;
}
#clothing > div {
width: 20%;
}
#accessories {
display: flex;
justify-content: space-evenly;

width: 80%;
gap: 20px;
margin: auto;
}
#accessories p {
margin: 0px;
}
#accessories > div {
width: 20%;
}
#sale {
display: flex;
justify-content: space-evenly;

width: 80%;
gap: 20px;
margin: auto;
}
#sale p {
margin: 0px;
}
#sale > div {
width: 20%;
}

/* search functionality styling */
#search_div {
margin: auto;
border: 1px solid rgb(238, 231, 231);
width: 458px;
height: 368px;
overflow: auto;
padding-top: 20px;

}
#search_div::-webkit-scrollbar {
display: block;
}
#search_content{
display: none;
}
#card {
margin: auto;
border-bottom: 1px solid rgb(228, 220, 220);

display: flex;
justify-content: space-evenly;
margin: auto;
padding-bottom: 15px;
padding-top: 15px;
align-items: center;
line-height: 18px;
}
#card img {
width: 100px;
}
#card p{
font-size: 14px;
}


/* satyam's styling starts here */

#one{
    background-color:#333;
    margin-top: 10px;
    font-size: 13px;
}
#one>div{
    color:white;
    text-align: center;
    padding: 10px 0px 3px 0px;
}
#one>div a{
    color:white;
}
#one>div>div{
    justify-content: center;
    display: flex;
    gap: 15px;
}
#one p{
    margin-top: 3px;
    margin-bottom: 3px;
}

#two{
    text-align: center;
    margin-top: 15px;
}
#two:hover{
    cursor: pointer;
}
#five{
    width: 90%;
    margin: auto;
    margin-top: 50px;
}
#five h3{
    text-align: center;
}
#five img{
    width: 300px;
    height: 300px;
}
#five img,p:hover{
    cursor: pointer;
    text-decoration: underline;
}
#five div{
    margin-top: 15px;
    gap: 25px;
}
#first,#second{
    display: flex;
}
#first,#second p{
    text-align: center;
}
#first p{
    margin-top: 8px;
}
#second p{
    margin-top: 8px;
}
#eight {
    display: flex;
    width: 90%;
    margin: auto;
    gap: 8px;
    margin-top: 50px;
}
#eight img{
    width: 100%;
    height:400px;
}
#eight img:hover{
    cursor: pointer;
}
#eight a{
    color: black;
}
#twelve{
    width: 90%;
    display: flex;
    margin: auto;
    margin-top: 50px;
}
#twelve img:hover{
    cursor: pointer;
}
#twelve a{
    color: black;
    font-size: 20px;
}
#thirteen{
    width: 90%;
    display: flex;
    margin: auto;
    margin-top: 10px;
}
#thirteen img:hover{
    cursor: pointer;
}
#thirteen a{
    color: black;
    font-size: 20px;
}
#thirteen div:nth-child(2){
    margin-left: 20px;
}
#seventeen{
    width: 90%;
    margin: auto;
    margin-top: 50px;
}
#eighteen{
    width: 90%;
    margin: auto;
    margin-top: 15px;
}
#seventeen,#eighteen:hover{
    cursor: pointer;
}
#nineteen{
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    
    font-size: 14px;
}
#nineteen>div:nth-child(1){
    width: 53%;
}
#nineteen>div:nth-child(1) a{
    color:#2979FF;
}
#nineteen h1{
    margin-bottom: 20px;
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: capitalize;
}
#nineteen>div:nth-child(2){
    display: flex;
    justify-content: space-evenly;
}
#nineteen>div:nth-child(2) p:hover{
    cursor: pointer;
}
#nineteen>div:nth-child(2) div{
    padding-top: 50px;
}
#nineteen>div:nth-child(1) p{
    margin-bottom: 50px;
    font-size: 14.5px;
}
#nineteen>div:nth-child(2) p{
    margin-bottom: 5px;
}
#nineteen>div:nth-child(2){
    width: 45%;
}
#twenty{
    display: flex;
    margin-top: 500px;
    width: 90%;
    margin: auto;
    gap: 3px;
    font-size: 13px;
   
}
#twenty>div:hover{
    background-color: #000000;
}
#twenty i{
    font-size: 40px;
    margin-left: 10px;
}
#twenty>div{
    display: flex;
    gap:15px;
    padding:20px 20px 5px 20px;
    background-color: #333;
    color: white;
}
#twenty p{
    margin-top: 10px;
}
#footer1{
    width: 90%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
}
#footer1>div:nth-child(1)>div{
    display: flex;
}
#footer1 img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 10px;
}
#footer1 p{
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer1>div:nth-child(2)>div{
    display: flex;
}
#footer1 strong{
    padding-top: 10px;
    margin-bottom: 10px;
}
#footer1 a{
    color: black
}
#footer1>div:nth-child(2) img{
    width: 60px;
    height: 60px;
    padding-right: 10px;
}
#footer1>div:nth-child(1){
    width: 22%;
}
#footer1>div:nth-child(2){
    width: 25%;
}
#footer1 input{
    height: 40px;
    width: 200px;
    margin-top: 20px;
}
#line{
    width: 83%;
    margin: auto;
    margin-top: 10px;
    color: #4242421a;
}
#footer2{
    margin: auto;
    margin-top: 30px;
    display: flex;
    width: 80%;
    justify-content: space-between;
    /* border: 1px solid red; */
}
#footer2>div{
    display: flex;
}
#footer2 img{
    width: 28px;
    height: 28px;
}
#footer2>div:last-child{
    gap: 20px;
}
#footer2>div:nth-child(1){
    gap: 20px;
}
#footer2 p{
    margin-bottom: 20px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}
#footer2>div:nth-child(2){
    aspect-ratio: 3/2;
    object-fit: contain;
    margin-top: 10px;
}
#footer2>div:nth-child(2) i{
    font-size: 30px;
    color: #424242b0;
}